.w_sfbox-002 > div > .p_SwipPanelBox .p_SwipPanel{
color: #fff;font-weight:bold;
}
.w_sfbox-002 > div > .p_SwipPanelBox .p_SwipPanel.active{
color:#424393;font-weight:bold;
}
@media only screen and (max-width: 768px){
  #w_grid-1604392236189{
  display:none;  
  }
  #w_grid-1605580632581 > div > .p_gridbox > .p_gridCell:nth-child(n+1){
    width: 25%;
    float: left;
    clear: inherit !important;
  }
  #w_grid-1603379787942{
      margin-top: 30px !important;
  }
  #w_grid-1603379787942{
      margin-bottom: 30px !important;
  }
  #w_grid-1603333339558{
  display:none;  
  }
  #w_grid-1603337783828 > div > .p_gridbox > .p_gridCell:nth-child(n+1){
  width: 50%;
    float: left;
    clear: inherit !important;  
  }
  #w_grid-1603337783835 > div > .p_gridbox > .p_gridCell:nth-child(2){
        display: none;
  }
  #w_fimg-1603337783842{
      display: none;
  }
  #w_grid-1603337783868 > div > .p_gridbox > .p_gridCell:nth-child(1){
     display: none;
  }
  .c_portalResProduct_list-01001005 .proLi:nth-child(3){
  display:none !important;
  }
  .c_portalResProduct_list-01001005 .proLi{
        width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 769px){
  
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
  .c_portalResProduct_list-01001005 .proLi:nth-child(3){
  display:none !important;
  }
  #w_grid-1604391999265> div > .p_gridbox > .p_gridCell:nth-child(2n){
     display:none !important;
  }
  #w_grid-1604391999265> div > .p_gridbox > .p_gridCell:nth-child(2n+1){
  width:100%;
  }
}
/**翻页**/
.p_page .pageNum.active{
    background-color: #44b8d6 !important;
    border-color:#44b8d6 !important;
}
.p_page .pageNum:hover{
 background-color: #44b8d6 !important;
    border-color: #44b8d6 !important;
}
.p_page .next:hover{
 background-color: #44b8d6 !important;
    border-color: #44b8d6 !important;
}
.p_page .next:active{
 background-color :#44b8d6 !important;
    border-color:  #44b8d6 !important;
}
.p_page .pre:hover{
 background-color: #44b8d6 !important;
    border-color: #44b8d6 !important;
}
/**手机端鼠标移入翻页颜色**/
.p_pagebox .next{
background-color: #44b8d6 !important;
}
.p_pagebox .pre{
background-color: #44b8d6 !important;
}

/**内页banner**/
.c_portalResComplaintPage_detail-01001 .pbanner .pic img {
    width: 100%;
    display: block;
}

.c_portalResComplaintPage_detail-01001 .pbanner .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 50px;
    left: 10%;
    color: #fff;
    z-index: 5;
    padding-left: 20px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 100px;
    left: 2%;
    color: #fff;
    z-index: 5;
    padding-left: 25px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    width: 100%;
}
.c_portalResComplaintPage_detail-01001 .mm{
  max-width: 1440px;
  margin:0 auto;
  position: relative;
  width: 100%;
}
.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title .ch {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    color: #fff;
}

.banner_title .en {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.banner_title .cy-small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    opacity: .4;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.pbanner .pic {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media only screen and (max-width: 768px){
  .pbanner .pic img{
    width:100%;
  }
  .banner_title  p{
    padding-bottom:0 !important;
  }
   .c_portalResComplaintPage_detail-01001 .banner_title {
        bottom: 30px !important;margin-bottom:0;
    }
    .c_portalResComplaintPage_detail-01001 .banner_title .ch{
        font-size:1.25rem !important;
    }
    .banner_title .en{
        text-transform:capitalize;
    }
   .c_portalResComplaintPage_detail-01001 .pbanner{
      padding-top: 0px;
      background:#333;
    }
}

